home *** CD-ROM | disk | FTP | other *** search
- ;
- ; General Characteristics
- ;
- [General]
- DebugFlag=0
- AppTitle=Microsoft HellBender Trial Version
- ;Icon=autodemo.exe
- ReturnAfterLaunch=1
- DemosAtSameLevel=0
- TaskbarAdjust=0
- BitmapDir=controls\
- SoundDir=controls\
-
- ;
- ; Main Screen
- ;
- [Main]
- Image=screen.bmp
- ;
- ; Incoming Splash Screen
- ;
- [SplashIn]
- UsingSplashIn=0
- BlackBackground=0
- Image=black.dib
- TitlebarAdjust=0
- UsingButtons=0
- OKButton=ok_up.bmp,ok_dwn.bmp,,84,194
- ;QuitButton=quit_up.bmp,quit_dwn.bmp,,200,200
-
- ;
- ; Outgoing Splash Screen
- ;
- [SplashOut]
- UsingSplashOut=0
- BlackBackground=0
- Image=black.dib
- TitlebarAdjust=0
-
- ;-----------------------------------------------------
- ; To enable / disable the PicClip facility, set
- ; the UsingPicClip to 1 (enable) or 0 (disable).
- ; (If set to 0, all other fields are ignored)
- ;
- ; - "Cols" & "Rows" describe the layout of the
- ; PicClip source bitmap
- ; - "Interval" is the VB Timer interval (milliseconds)
- ;
- [PicClip]
- UsingPicClip=0
- Image=strip.bmp
- Left=353
- Top=219
- Cols=15
- Rows=1
- TimerInterval=20
-
- ;--------------------------------------
- ; Sound Section
- ; There should always be a Splash sound.
- ; At the very least, play SILENCE.WAV,
- ; to turn off any sound that might still
- ; be playing from a previous application.
- ;
- [Sound]
- ;SplashLength=1
- Splash=silence.wav
- Main=silence.wav
- BtnDown=btn_dwn.wav
- ;BtnUp=btn_up.wav
- Demo=silence.wav
- Exit=silence.wav
-
- ;-----------------------------------------------------------------
- ; Define Buttons and the demos associated with them
- ; Button 0 is the Exit -- doesn't have a demo.
- ;
- [Buttons]
- nButtons=3
- Button0=exitup.bmp,exitdn.bmp,exitdn.bmp,3,366
- Button1=instup.bmp,instdn.bmp,instdn.bmp,5,201
- Button2=dxup.bmp,dxdn.bmp,dxdn.bmp,457,271
- ;
- Demo1=hbendtry\heltrial.exe
- Demo2=directx\dxfull.exe
-
- ; Setup for an Extended Demos
- ; (a bitmap which is itself second level set of
- ; demos and buttons, specified here.)
-
-
-
- ;-----------------------------------------------------------
- ; Autodemos
- ; Autodemos are specified by the Button number.
- ;
- [AutoDemos]
- nAutodemos=0
- AutodemoSeconds=9920
- autodemo1=3
-
- ;**************************************
- ; Proto-Localization
- ; for CD error message
- ;
- ; "default" language = US English
- ; For message in German, set language=deutsch
- ;
- [CurrentLanguage]
- language=default
- ;language=deutsch
- ;language=francais
- ;language=italian
- ;language=espanol
-
- [Message1]
- default=Please insert the CD.
- deutsch=Legen Sie bitte die CD ein.
- francais=Veullez insΘrer le CD.
- italian=Per cortesia inserire il CD.
- espanol=Por favor, inserte el CD.
-